Scripts to generate ARM lease files#41592
Merged
Merged
Conversation
Next Steps to Merge⌛ Please wait. Next steps to merge this PR are being evaluated by automation. ⌛Comment generated by summarize-checks workflow run. |
Next Steps to MergeNext steps that must be taken to merge this PR:
Comment generated by summarize-checks workflow run. |
Co-authored-by: tejaswiMinnu <14865963+tejaswiMinnu@users.noreply.github.com>
Copilot
AI
changed the title
[WIP] Update lease files to ensure they are in sync with checks
Sync lease file generation script with ARM lease validation checks
Mar 19, 2026
mikeharder
reviewed
May 1, 2026
Member
There was a problem hiding this comment.
actually, please move these scripts under .github/workflows/cmd, either grouped under a folder like arm-leases, or you could use a prefix like arm-lease-*.js. follow the conventions in this file:
https://github.com/Azure/azure-rest-api-specs/blob/main/.github/workflows/cmd/api-doc-preview.js
mikeharder
approved these changes
May 1, 2026
saprakas
pushed a commit
to iyyappam/azure-rest-api-specs
that referenced
this pull request
May 12, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Scripts to create arm-lease files and retrieve RP's along with orgName, with or without the service name based on the command line input, and save the results to a text file. You can use this text file to generate lease files. The commands can be found in the readme.md file in the .github/arm-leases folder.